auto merge of #390 : alexcrichton/cargo/revert-libgit2, r=wycats
authorbors <bors@rust-lang.org>
Tue, 19 Aug 2014 16:21:40 +0000 (16:21 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 Aug 2014 16:21:40 +0000 (16:21 +0000)
commitcc4dadfebe5b010aeac02a95d9572ac8a5d739fd
tree60f324bceccc2a9e5c5bf5c3b6a2dff38d8f4333
parentcbb9207d75268b1370aae91c8fe1ac470864e190
parent2c12269e20a1ef8820012011c7cde395c488acd3
auto merge of #390 : alexcrichton/cargo/revert-libgit2, r=wycats

It has been discovered that the windows builders aren't building a libgit2 with support for SSL, so cloning https repos on windows is broken with libgit2. It doesn't look easy to sort out, so in the meantime this PR reverts the switch to libgit2 and adds @wycats's fixes from the related PR.